Get(DicomDataSet,DicomElement,object[]) Method

Summary
Gets the specified data from the DICOM data set and assigns it the corresponding property in each object in the instances array.
Syntax
C#
C++/CLI
public static void Get( 
   this DicomDataSet ds, 
   DicomElement element, 
   object[] instances 
) 
[ExtensionAttribute()] 
public: 
static void Get(  
   DicomDataSet^ ds, 
   DicomElement^ element, 
   ... array<Object^>^ instances 
)  

Parameters

ds
The data set to read the information from.

element
The element to retrieve the DICOM information from.

instances
The instances to update with DICOM information.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.